From ff66de366cf9060edee84a1c6dacb7802928fff6 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 12 Oct 2017 21:09:58 +0100 Subject: [PATCH] Inspector: better default split of CSS nodes/props Move the default pos of the Paned handle to 400px from the left, i.e. 50% of the default width of the window. The previous position at 300px from left meant the node treeview was too narrow & could easily result in the (useful) State column not being visible in the case of many apps. The properties pane doesn't need to be as big as it was anyway. https://bugzilla.gnome.org/show_bug.cgi?id=788898 --- gtk/inspector/css-node-tree.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/inspector/css-node-tree.ui b/gtk/inspector/css-node-tree.ui index 1fff833f7a..851bfbc795 100644 --- a/gtk/inspector/css-node-tree.ui +++ b/gtk/inspector/css-node-tree.ui @@ -15,7 +15,7 @@ 1 1 horizontal - 300 + 400 1 -- 2.30.2